home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / b / b.lha / B / src / bed / bobj.h < prev    next >
Encoding:
Text File  |  1988-11-24  |  316 b   |  22 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
  2. /* $Header: bobj.h,v 2.0 84/06/18 15:46:31 guido Exp $ */
  3.  
  4. /*
  5.  * B editor -- Interface to "B machine".
  6.  */
  7.  
  8. /*
  9.  * General values.
  10.  */
  11.  
  12. value grab_com();
  13. value copy();
  14.  
  15. /*
  16.  * Operations on texts.
  17.  */
  18.  
  19. value mk_text();
  20. value trim();
  21. value concat();
  22.